type github.com/jackc/pgx/v5/pgtype.encodePlanTextCodecByteSlice

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		enum_codec.go#L30: 			return encodePlanTextCodecByteSlice{}
		text.go#L103: 			return encodePlanTextCodecByteSlice{}
		text.go#L120: type encodePlanTextCodecByteSlice struct{}
		text.go#L122: func (encodePlanTextCodecByteSlice) Encode(value any, buf []byte) (newBuf []byte, err error) {